testsuite: Add render tests for all the empty nodes
authorBenjamin Otte <otte@redhat.com>
Mon, 20 May 2019 01:32:30 +0000 (03:32 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 04:43:59 +0000 (06:43 +0200)
commit0a32305f01791d819158b305b9f294ca58ffd33c
tree5baac4ded9433d377d5fda339bac5b3fb486f3d3
parenteb386134e35c229ef20d71163e8ae0c4e75a4031
testsuite: Add render tests for all the empty nodes

Test that rendering empty nodes succees. For a lot of nodes the
resulting rendering isn't clearly defined, in those cases we overdraw
those regions (sometimes the whole image) with black.
39 files changed:
testsuite/gsk/compare/empty-blend.node [new file with mode: 0644]
testsuite/gsk/compare/empty-blend.png [new file with mode: 0644]
testsuite/gsk/compare/empty-blur.node [new file with mode: 0644]
testsuite/gsk/compare/empty-blur.png [new file with mode: 0644]
testsuite/gsk/compare/empty-border.node [new file with mode: 0644]
testsuite/gsk/compare/empty-border.png [new file with mode: 0644]
testsuite/gsk/compare/empty-clip.node [new file with mode: 0644]
testsuite/gsk/compare/empty-clip.png [new file with mode: 0644]
testsuite/gsk/compare/empty-color-matrix.node [new file with mode: 0644]
testsuite/gsk/compare/empty-color-matrix.png [new file with mode: 0644]
testsuite/gsk/compare/empty-color.node [new file with mode: 0644]
testsuite/gsk/compare/empty-color.png [new file with mode: 0644]
testsuite/gsk/compare/empty-container.node [new file with mode: 0644]
testsuite/gsk/compare/empty-container.png [new file with mode: 0644]
testsuite/gsk/compare/empty-cross-fade.node [new file with mode: 0644]
testsuite/gsk/compare/empty-cross-fade.png [new file with mode: 0644]
testsuite/gsk/compare/empty-debug.node [new file with mode: 0644]
testsuite/gsk/compare/empty-debug.png [new file with mode: 0644]
testsuite/gsk/compare/empty-inset-shadow.node [new file with mode: 0644]
testsuite/gsk/compare/empty-inset-shadow.png [new file with mode: 0644]
testsuite/gsk/compare/empty-linear-gradient.node [new file with mode: 0644]
testsuite/gsk/compare/empty-linear-gradient.png [new file with mode: 0644]
testsuite/gsk/compare/empty-opacity.node [new file with mode: 0644]
testsuite/gsk/compare/empty-opacity.png [new file with mode: 0644]
testsuite/gsk/compare/empty-outset-shadow.node [new file with mode: 0644]
testsuite/gsk/compare/empty-outset-shadow.png [new file with mode: 0644]
testsuite/gsk/compare/empty-repeat.node [new file with mode: 0644]
testsuite/gsk/compare/empty-repeat.png [new file with mode: 0644]
testsuite/gsk/compare/empty-rounded-clip.node [new file with mode: 0644]
testsuite/gsk/compare/empty-rounded-clip.png [new file with mode: 0644]
testsuite/gsk/compare/empty-shadow.node [new file with mode: 0644]
testsuite/gsk/compare/empty-shadow.png [new file with mode: 0644]
testsuite/gsk/compare/empty-text.node [new file with mode: 0644]
testsuite/gsk/compare/empty-text.png [new file with mode: 0644]
testsuite/gsk/compare/empty-texture.node [new file with mode: 0644]
testsuite/gsk/compare/empty-texture.png [new file with mode: 0644]
testsuite/gsk/compare/empty-transform.node [new file with mode: 0644]
testsuite/gsk/compare/empty-transform.png [new file with mode: 0644]
testsuite/gsk/meson.build